<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.index {
  padding-top: 80px;
}
.index .wraper {
  width: 1200px;
  margin: 0 auto;
}
.index .swiper-container {
  height: min(674px, calc(674 / 1080 * 100vh));
}
.index .swiper-container .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}
.index .swiper-container .btn-wraper {
  height: min(674px, calc(674 / 1080 * 100vh));
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: calc(min(674px, calc(674 / 1080 * 100vh))* -1);
}
.index .swiper-container .swiper-button-custom {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 287px;
  z-index: 10;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.2s;
}
.index .swiper-container .swiper-button-prev-custom {
  left: 0;
  background-image: url("./img/index/swiper-left-arrow.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.index .swiper-container .swiper-button-prev-custom:hover {
  background-position: 0px -40px;
}
.index .swiper-container .swiper-button-next-custom {
  right: 0;
  background-image: url("./img/index/swiper-right-arrow.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.index .swiper-container .swiper-button-next-custom:hover {
  background-position: 0px -40px;
}
.index .slide-text-wraper {
  position: relative;
  height: min(674px, calc(674 / 1080 * 100vh));
  margin: 0 auto;
}
.index .slide-text-inner {
  height: 100%;
}
.index .slide-text-inner &gt; .firstBanner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: calc((min(100vw, 1920px) - 1200px)/2);
  text-align: center;
  width: 1200px;
}
.index .slide-text-inner &gt; .firstBanner &gt; .title {
  font-size: min(60px, calc(20px + 40 * 100vw / 1920));
  font-family: Microsoft YaHei;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
  letter-spacing: 12.8px;
  text-shadow: 1px 1px 0px #0069EA;
  white-space: pre-line;
  text-align: center;
  line-height: min(100px, calc(20px + 80 * 100vw / 1920));
}
.index .slide-text-inner &gt; .firstBanner &gt; img {
  margin-top: 30px;
  height: 22px;
}
.index .slide-text-inner &gt; .slide-title {
  width: 1200px;
  height: 100%;
  height: 310px;
  position: relative;
  top: 50%;
  left: calc((min(100vw, 1920px) - 1200px)/2);
  transform: translateY(-50%);
  text-align: left;
}
@media (max-width: 1200px) {
  .index .slide-text-inner &gt; .slide-title {
    left: 15px;
    width: fit-content;
  }
}
.index .slide-text-inner &gt; .slide-title &gt; .title {
  font-weight: 600;
  color: #000000;
  font-size: min(64px, calc(20px + 44 * 100vw / 1920));
}
.index .slide-text-inner &gt; .slide-title &gt; .des {
  color: #000000;
}
.index .slide-text-inner &gt; .slide-title &gt; .des &gt; .main {
  line-height: 36px;
  width: 380px;
  white-space: pre-line;
  font-size: 20px;
}
.index .slide-text-inner &gt; .slide-title &gt; .des &gt; .tip {
  color: #333C49;
  font-size: 16px;
  line-height: 36px;
}
.index .slide-text-inner &gt; .slide-title &gt; a {
  margin-top: 2.5%;
  background: #0069EA;
  height: 48px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.index .slide-text-inner &gt; .slide-title &gt; a:hover {
  transform: scale(1.1);
}
.index .slide-text-inner p.sub-intro {
  line-height: 1.5;
  font-size: 24px;
  margin-top: 20px;
}
.index .slide-text-inner .slide-button {
  font-size: 20px;
  text-align: center;
  color: #fff;
  transition: all 0.2s;
  font-family: 苹方-简, 苹方-简-正规体;
  margin-right: 16px;
  font-weight: normal;
}
.index .slide-title-wraper {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.index .login-inner {
  position: absolute;
  width: 320px;
  left: 50%;
  margin-left: -160px;
  top: 50%;
  margin-top: -211px;
}
.index .login-inner p {
  color: #1a3773;
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.7;
}
.index .sthj {
  padding: 43px 0;
  background: url("./img/index/sthj-bg.png") repeat-x center;
}
.index .sthj .title {
  font-size: 32px;
  color: #0069EA;
  font-weight: 700;
}
.index .sthj .sub-title {
  font-size: 16px;
  margin-top: 23px;
  color: #939393;
}
.index .sthj .sthj-contaiern {
  padding-top: 58px;
  position: relative;
  height: 450px;
}
.index .sthj .sthj-contaiern .last-animate li {
  width: 542px;
  margin-bottom: 25px;
}
.index .sthj .sthj-contaiern .last-animate li .pic {
  width: 70px;
  height: 70px;
}
.index .sthj .sthj-contaiern .last-animate li .pic img {
  height: 100%;
  width: 100%;
}
.index .sthj .sthj-contaiern .last-animate li h3 {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 16px;
  font-weight: 700;
}
.index .sthj .sthj-contaiern .last-animate li p {
  font-size: 12px;
  color: #939393;
}
.index .sthj .sthj-contaiern .last-animate li.left {
  text-align: right;
}
.index .sthj .sthj-contaiern .last-animate li.left .pic {
  margin-left: 20px;
}
.index .sthj .sthj-contaiern .last-animate li.right {
  text-align: left;
}
.index .sthj .sthj-contaiern .last-animate li.right .pic {
  margin-right: 20px;
}
.index .sthj .sthj-contaiern .rotate_out {
  animation: rotate_out 2s linear;
  animation-fill-mode: forwards;
}
.index .sthj .btn a {
  width: 138px;
  line-height: 40px;
  border: solid 1px #0069EA;
  color: #0069EA;
  margin-top: 20px;
}
.index .sthj .btn a:hover {
  background: #0069EA;
  border: 1px solid #0069EA;
  color: #fff;
}
.index .gwdlxt .sub-title {
  font-size: 16px;
  margin-top: 23px;
  color: #939393;
  text-align: center;
}
.index .gwdlxt h2 {
  font-size: 32px;
  color: #0069EA;
  font-weight: bold;
}
.index .gwdlxt .gwdl-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0 40px;
}
.index .gwdlxt .gwdl-container .left .gwdl-item {
  justify-content: flex-end;
  text-align: right;
}
.index .gwdlxt .gwdl-container .left .gwdl-item img {
  margin-left: 35px;
}
.index .gwdlxt .gwdl-container .right .gwdl-item {
  justify-content: flex-start;
}
.index .gwdlxt .gwdl-container .right .gwdl-item img {
  margin-right: 35px;
}
.index .gwdlxt .gwdl-container .gwdl-item {
  display: flex;
  align-items: center;
}
.index .gwdlxt .gwdl-container .gwdl-item .text span {
  font-size: 18px;
  color: #333;
}
.index .gwdlxt .gwdl-container .gwdl-item .text p {
  margin-top: 20px;
  color: #949494;
}
.index .gwdlxt .btn a {
  width: 138px;
  line-height: 40px;
  border: solid 1px #0069EA;
  color: #0069EA;
  margin-top: 20px;
}
.index .gwdlxt .btn a:hover {
  background: #0069EA;
  border: 1px solid #0069EA;
  color: #fff;
}
.index .zhsw {
  padding: 43px 0 0;
  background: url("./img/index/zhsw-bg1.jpg") no-repeat right center;
}
.index .zhsw .title {
  font-size: 32px;
  color: #0069EA;
  font-weight: 700;
}
.index .zhsw .sub-title {
  font-size: 16px;
  margin-top: 23px;
  color: #939393;
}
.index .zhsw .zhsw-container {
  background: url("./img/index/zhsw-bg2.jpg") no-repeat right center;
}
.index .zhsw .zhsw-container .left {
  margin-top: 84px;
}
.index .zhsw .zhsw-container .left li {
  padding: 19px 0 29px;
  border-bottom: 1px solid rgba(148, 148, 148, 0.42);
}
.index .zhsw .zhsw-container .left li h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 23px;
  font-weight: 700;
}
.index .zhsw .zhsw-container .left li p {
  font-size: 14px;
  color: #949494;
}
.index .zhsw .zhsw-container .left a {
  width: 138px;
  line-height: 40px;
  border: solid 1px #0069EA;
  color: #0069EA;
  text-align: center;
  margin-top: 39px;
}
.index .zhsw .zhsw-container .left a:hover {
  color: #fff;
  border: 1px solid #0069EA;
  background: #0069EA;
}
.index .zhsw .zhsw-container .right ul {
  position: relative;
  width: 716px;
  left: 485px;
  top: 20px;
  height: 640px;
}
.index .zhsw .zhsw-container .right ul li {
  position: absolute;
}
.index .zhsw .zhsw-container .right ul li.img1 {
  left: 17px;
  top: 14px;
}
.index .zhsw .zhsw-container .right ul li.img2 {
  left: 104px;
  top: 81px;
}
.index .zhsw .zhsw-container .right ul li.img3 {
  left: 166px;
  top: 151px;
}
.index .zhsw .zhsw-container .right ul li.img4 {
  left: 213px;
  top: 221px;
}
.index .zhsw .zhsw-container .right ul li.img5 {
  left: 249px;
  top: 298px;
}
.index .solution {
  padding: 57px 0;
}
.index .solution .left {
  width: 780px;
  margin-left: -32px;
}
.index .solution .left ul {
  margin-left: -32px;
}
.index .solution .left li {
  float: left;
  width: 374px;
  position: relative;
  height: 264px;
  overflow: hidden;
  margin-left: 32px;
  margin-bottom: 32px;
  transition: all 0.3s;
}
.index .solution .left li:hover {
  transform: translateY(-10px);
}
.index .solution .left li .explain {
  position: absolute;
  width: 100%;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: rgba(64, 153, 255, 0.47);
  left: 0;
  bottom: 0;
}
.index .solution .right .top {
  height: 363px;
}
.index .solution .right .top .hb-item {
  display: block;
  text-align: center;
  width: 166px;
  background-color: #f7fafd;
  font-size: 20px;
  color: #0069EA;
  padding-top: 48px;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.index .solution .right .top .hb-item:hover {
  transform: translateY(-10px);
}
.index .solution .right .top .wry {
  height: 363px;
  margin-left: 32px;
  background-position: 17px 163px;
}
.index .solution .right .bottom a {
  display: block;
  height: 166px;
  width: 364px;
  background-color: #0069EA;
  color: #fff;
  margin-top: 32px;
  transition: all 0.2s;
}
.index .solution .right .bottom a p {
  margin-left: 16px;
  font-size: 20px;
  padding-top: 48px;
}
.index .solution .right .bottom a span {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.69);
  float: right;
  margin: 34px 9px 0 0;
}
.index .solution .right .bottom a:hover {
  transform: translateY(-10px);
}
.index .solution .title {
  font-size: 32px;
  color: #0069EA;
  text-align: center;
  font-weight: 700;
}
.index .solution .sub-title {
  font-size: 16px;
  margin-top: 23px;
  color: #939393;
  text-align: center;
  margin-bottom: 58px;
}
.index .advantage {
  padding: 80px 0;
}
.index .advantage li {
  float: left;
  width: 20%;
  text-align: center;
}
.index .advantage li h3 {
  font-size: 24px;
  color: #2e2e2e;
  margin-bottom: 26px;
  font-weight: 700;
}
.index .advantage li p {
  font-size: 16px;
  color: #4e4e4e;
}

.slide-title {
  height: 188px;
  font-size: 64px;
  width: 777px;
  text-align: center;
  color: #ffffff;
  line-height: 100px;
}

.slide-title-en {
  margin-top: 25px;
  height: 22px;
  display: inline-block;
  width: 444px;
}

.slide-text-inner h3 {
  height: 88px;
  font-size: 64px;
  color: #000000;
  margin-bottom: 30px;
}
.slide-text-inner .slide-content {
  height: 28px;
  opacity: 0.7;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 16px;
}

.index .sthj .title,
.index .sthj .sub-title {
  text-align: center;
}

.index .sthj .sthj-contaiern .initial-animate,
.index .sthj .sthj-contaiern .last-animate {
  position: absolute;
  width: 100%;
}

.index .sthj .sthj-contaiern .last-animate li .text,
.index .sthj .sthj-contaiern .last-animate li .pic {
  display: inline-block;
  vertical-align: middle;
}

@keyframes rotate_out {
  0% {
    transform: rotate(0deg) scale(1, 1);
    opacity: 1;
  }
  25% {
    transform: rotate(360deg) scale(0.75, 0.75);
    opacity: 0.75;
  }
  50% {
    transform: rotate(720deg) scale(0.5, 0.5);
    opacity: 0.5;
  }
  75% {
    transform: rotate(1080deg) scale(0.25, 0.25);
    opacity: 0.25;
  }
  100% {
    transform: rotate(1440deg) scale(0, 0);
    opacity: 0;
  }
}
.index .zhsw .title,
.index .zhsw .sub-title {
  text-align: center;
}

.index .solution .left li a,
.index .solution .left li .pic,
.index .solution .left li .pic img {
  height: 100%;
  width: 100%;
  display: block;
}

.index .solution .right .top .dqyj,
.index .solution .right .top .shj {
  height: 166px;
  background-position: 64px 83px;
}</pre></body></html>